home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / whof100a.zip / WHOFILE.BAK < prev    next >
Text File  |  1992-02-09  |  8KB  |  150 lines

  1.  ------------------------------------------------------------------------------
  2.  -                                 WHO FILE                                   -
  3.  -                               VERSION 1.0a                                 -
  4.  -                                                                            -
  5.  -                            For PCBoard v14.5x                              -
  6.  -                                                                            -
  7.  -                           by  Darryl L. Pierce                             -
  8.  -                                                                            -
  9.  -               The Vampyre Bar! BBS ■ GENIUSnet Headquarters                -
  10.  -                     (609) 825-4996 ■ HST Dual Standard                     -
  11.  -                                                                            -
  12.  -                           SysOp  Documentation                             -
  13.  ------------------------------------------------------------------------------
  14.  
  15.                                    OVERVIEW
  16.                                    --------
  17.  
  18. Who file is a PCBoard utility that allows users to check and see what files
  19. have been uploaded and downloaded by themselves. It's useful for users who
  20. think that their account may have been hacked by somebody who used it to
  21. download files and run up their download ratio.
  22.  
  23.                                  INSTALLATION
  24.                                  ------------
  25.  
  26. Installation is very easy and straightforward. The following instructions are
  27. designed to help you get this door up and running in the shortest amount of
  28. time. It is assumed that you are familiar with setting up door programs for
  29. your BBS, so only examples of the configuration files and batch files will
  30. be shown:
  31.  
  32. 1)  Create a subdirectory to hold all the files for WHOFxxxx.ZIP.
  33.  
  34. 2)  Unzip WALLxxxx.ZIP into the above subdirectory.
  35.  
  36. 3)  Create a configuration file with the filespec of your own choice. The
  37.     configuration file should follow this example:
  38.  
  39.         INTERRUPT               ; COM Driver Type*
  40.         00000000                ; Registration Serial Number
  41.         The Vampyre Bar! BBS    ; BBS Name
  42.         Darryl                  ; SysOp's First Name
  43.         Basner                  ; SysOp's Last Name
  44.  
  45.         * - If this fails to work, try BIOS.
  46.  
  47. 4)  Create a batch file to call GRAPH-E-T Wall or edit the one supplied with
  48.     this archiver (WHOFILE). A sample batch file is:
  49.  
  50.         @ECHO OFF                       ;
  51.         CLS                             ;
  52.         D:                              ;
  53.         CD\DOORS\WHOFILE                ; Change To The Directory For The Door
  54.         WHOFILE WHOFILE.CNF C:\PCBCB    ; Call WHOFILE With The Configuration
  55.                                         ; File And Then The Path TO PCBOARD.SYS
  56.                                         ; (These Two Parameters ARE IMPORTANT!)
  57.         C:                              ;
  58.         CD\PCB                          ;
  59.         IF EXIST EVENT.BAT EVENT        ; <<-- Take Careful Not Of This!*
  60.         BOARD                           ; Reload PCBoard
  61.  
  62.         * - This line will start up the event if needed.
  63.  
  64.  
  65. That's it! Now you're already to run WHOFILE on your board!
  66.  
  67.                                  ADOPT-A-DOOR
  68.                                  ------------
  69.  
  70. I've been running a BBS for a few years now and know what a financial burden it
  71. can be to constantly be expected to keep everything running smoothly without
  72. a little financial support from the users. A friend of mine told me about the
  73. ADOPT-A-DOOR concept for registering doors and utilities for BBSs.
  74.  
  75. With the ADOPT-A-DOOR concept, a user would send in a donation to the SysOp
  76. that has the intended purpose of paying the registration fee for a specified
  77. door or utility for the BBS. In return, most SysOps give the ADOPTive user
  78. a special access level or patron membership. And, in this way, both the user
  79. and the SysOp benefit from the ADOPTion.
  80.  
  81. Since I began writing doors, I've always liked the idea of ADOPTing doors. So,
  82. I took that into consideration when programming and have implemented a simple
  83. screen in the doors to advertise the ADOPT-A-DOOR policy to the users. This
  84. way, the SysOp doesn't have to post tons of dull messages on ADOPTing doors
  85. and will (hopefully) inspire the BBS' users who enjoy a particular door to
  86. possibly ADOPT it for the BBS!
  87.  
  88. SPECIAL NOTE: If you want to display the names of the user(s) who donated
  89.               towards the ADOPTion of this door, simply add an ASCII in the
  90.               door's subdirectory called ADOPTED.LST. This file will be
  91.               displayed before the door is exited. The file shouldn't contain
  92.               more than 5 names and each should be no more than 30 characters
  93.               long. This file HAS to be in ASCII format to work correctly.
  94.  
  95.                                   LEGALITIES
  96.                                   ----------
  97.  
  98.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  99.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  100.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  101.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  102.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  103.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  104.       OR BREACH OF ANY WARRANTY.
  105.  
  106.                                  DISTRIBUTION
  107.                                  ------------
  108.  
  109. This package may be made available on your BBS or uploaded to any BBS that you
  110. call provided that the contents of this archive are NOT in any way change,
  111. either by adding or deleting files to the archiver. The archive and any of the
  112. individual files contained therein may NOT be used by any service that charges
  113. any money whatsoever,  without the written permission of the author.
  114.  
  115.                                  REGISTRATION
  116.                                  ------------
  117.  
  118. When you register this door, you will be given a unique registration serial
  119. number that, when inserted into the configuration file of this particular
  120. door, will cause your BBS' name to be displayed while the doors is opening and
  121. also while it is returning to the BBS. In addition, all the built in delays
  122. will subsequently be removed.
  123.  
  124. To register WHOFILE, please fill out the accompanying REGISTER.FRM and send
  125. the prescribed donation ($20) to the name and address at the top of the form.
  126.  
  127. Make sure that when you fill out the form you write the BBS NAME, YOUR FIRST
  128. NAME and YOUR LAST NAME EXACTLY AS THEY APPEAR IN THE CONFIGURATION.
  129.                         ^^^^^^^ ^^ ^^^^ ^^^^^^ ^^ ^^^ ^^^^^^^^^^^^^^
  130.  
  131. Based on the information given in the registration form, I will set up and
  132. pre-registered account on my BBS. That way, you could simply call THE VAMPYRE
  133. BAR! BBS and pick up your registration number.
  134.  
  135.                                 MISCELLANEOUS
  136.                                 -------------
  137.  
  138. For the latest version of WHOFILE and other great Vampyre Bar! Doors, call
  139.  
  140.                              THE VAMPYRE BAR! BBS
  141.                         609 825-4996 HST DUAL STANDARD
  142.  
  143.                     The Home Of GENIUSnet EchoMail Systems
  144.                          South Jersey Node For ProgNet
  145.  
  146. Remember, if you have any problems, questions or suggestions, you can drop me
  147. a line through your nearest GENIUSnet (Gnet_Chat, DOORS or BBSing) or ProgNet
  148. (Authors) node and I will gladly get back to you as soon as I receive your
  149. message.
  150.